func nhooyr.io/websocket.dial

2 uses

	nhooyr.io/websocket (current package)
		dial.go#L106: 	return dial(ctx, u, opts, nil)
		dial.go#L109: func dial(ctx context.Context, urls string, opts *DialOptions, rand io.Reader) (_ *Conn, _ *http.Response, err error) {